.PHONY: all
.DEFAULT: all
all:
	@echo for UNIX:  make -f makefile.unix
	@echo for DOS and Windows:  make -f makefile.dj
